home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 5514 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: news.compuserve.com!newsmaster
  2. From: 100112.220@compuserve.com (Wolfgang Lorenz)
  3. Newsgroups: comp.sys.cbm
  4. Subject: Re: NTSC vs PAL questions...
  5. Date: 14 Apr 1996 06:12:00 GMT
  6. Organization: CompuServe Incorporated
  7. Message-ID: <4kq4vg$qp@arl-news-svc-2.compuserve.com>
  8. References: <4kd7v5$r7e@calvino.alaska.net> <316B7B36.6E6C@esbjehs.dk> <316BAF26.1B9E@ludat.lth.se>
  9. NNTP-Posting-Host: hd24-187.compuserve.com
  10. X-Newsreader: OUI 1.3.0
  11.  
  12. In article <316BAF26.1B9E@ludat.lth.se>, From Fredrik 
  13. <dat91fje@ludat.lth.se>, the following was written:
  14. > Could it be possible that the NTSC-machines were working slightly
  15. > faster?
  16.  
  17. Everything (CPU, SID, VIC, CIAs) depends on the system clock which is
  18. 17734472 / 18 = 985248 Hz on PAL and 14318181 / 14 = 1022727 Hz on NTSC.
  19. If the music routine does not check for the PAL/NTSC flag at address
  20. $02A6, the sound will be different.
  21.  
  22. Variable                             PAL              NTSC
  23. ------------------------------------
  24. ------------------------------------
  25. System clock frequency (Phi2)        17734472/18 Hz   14318181/14 Hz
  26. KERNAL value for Timer 1A            16421            17045
  27. (Phi2/60 Hz)
  28. Table for RS-232 time constants      $E4EC            $FEC2
  29. Frequency for the TOD clocks 1&2     50 Hz            60 Hz
  30. CIA[14] bit 7 (in KERNAL always 0)   1                0
  31. Screen refresh rate                  ~50 Hz           ~60 Hz
  32. Lines for top border                 52 (311, 0-50)   27 (24-50)
  33. Lines for bottom border              49 (251-299)     25 (251-262, 0-12)
  34. Lines for vertical retrace           11 (300-310)     11 (13-23)
  35. Amount of lines per frame            312              263
  36. Amount of clock cycles per line      63               65 (64 on some
  37. early versions)
  38. Factor for SID voices 1-3            17,02841         16,404389
  39. (F*2^24/Phi2)
  40. PAL/NTSC flag at address $02A6       1                0
  41.  
  42. The mains in the EU has changed from 220/240 V to 230 V two years ago, I
  43. believe that it also was changed in the US from 110 V to 115 V.
  44.  
  45. Wolfgang
  46.  
  47.